home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 262 / SOMC Family Forum 262.iso / somc.dir / 00101_Prog2HS.ls < prev    next >
Encoding:
Text File  |  1999-03-23  |  454 b   |  24 lines

  1. on mouseEnter
  2.   if not count(the windowList) then
  3.     doRollover(31, 2)
  4.   end if
  5. end
  6.  
  7. on mouseLeave
  8.   if not count(the windowList) then
  9.     doRollout(31)
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   global P2SETUP, THESETUP, HELPMANUAL, M2SETUP, TEXTDISPLAY
  15.   glowClear()
  16.   doClick()
  17.   cursor(0)
  18.   set THESETUP to P2SETUP
  19.   set HELPMANUAL to M2SETUP
  20.   set TEXTDISPLAY to "TEXT2"
  21.   set the text of member "Help text display" to the text of member "HELP2"
  22.   go("Prog2")
  23. end
  24.